Eclipse Platform
Pre-release 3.0

org.eclipse.ui.contexts
Interface IContextContextBinding

All Superinterfaces:
Comparable

public interface IContextContextBinding
extends Comparable

An instance of this interface represents a binding between an context and an context.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
IContext

Method Summary
 String getChildContextId()
          Returns the identifier of the child context represented in this binding.
 String getParentContextId()
          Returns the identifier of the parent context represented in this binding.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getChildContextId

public String getChildContextId()
Returns the identifier of the child context represented in this binding.

Returns:
the identifier of the child context represented in this binding. Guaranteed not to be null.

getParentContextId

public String getParentContextId()
Returns the identifier of the parent context represented in this binding.

Returns:
the identifier of the parent context represented in this binding. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.